home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1239 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: news2.interserv.net!news
  2. From: peterh@interserv.com
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: visula c++
  5. Date: 10 Jan 1996 01:25:58 GMT
  6. Organization: InterServ News Service
  7. Message-ID: <4cv4j6$kv@lore.interserv.net>
  8. References: <4cugti$o4h@darwin.i3s.net>
  9. NNTP-Posting-Host: dd73-024.compuserve.com
  10. X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
  11.  
  12. >   BPARR@ writes:
  13. >  I am trying to learn how to program c++ for windows.  I have Visual C++, 
  14. and
  15. >  have been reading thrugh the manuals on and off for about a year but I 
  16. still 
  17. >  don't know how to do anything. I learn best by doing so I am trying to 
  18. write a 
  19. >  simple program that I can enter some names and then display then on 
  20. screen.
  21. >  ie. like a phone directory. I think the foundation class will eventualy be 
  22. very 
  23. >  helpful but right now it seems like even the simple things like displaying 
  24. >  string in my window uses many different classes and I don't know how to 
  25. use
  26. >  them all.
  27. >  
  28. >  any help would be greatly appreciated
  29. >  Bob
  30. >  
  31. >>>>
  32. Bob,
  33. I was having a similar problem until I selected a 'Quickwin application' 
  34. project type from the "options" menu item. Now I can write code to my hearts 
  35. content, compile it and run it without all those nasty MF Classes cluttering 
  36. things up. The output appears in its own little window and everthing smells 
  37. of roses ( until I start to use those MFSCs - see my article just posted re 
  38. link errors - Any ideas bob? ). Using the Quickwin Proj Type will at least 
  39. get you through writing some starter code which produces results.
  40. Pete.
  41.